mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-11 17:25:53 +08:00
temp
This commit is contained in:
parent
90261ea302
commit
c13b83bf36
3 changed files with 10 additions and 8 deletions
|
|
@ -36,11 +36,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1757768649,
|
||||
"narHash": "sha256-AeQ9Lyb/c/4dC56qwXmOQAMdb5PipyJCy4xunUz1YDs=",
|
||||
"lastModified": 1757771770,
|
||||
"narHash": "sha256-/JghEYWMoO5kV+CQREWs0W+z2g27fHFAkRIP3TQZ5dI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c65c17ce69b282d7474a89210ea0cc558510d643",
|
||||
"rev": "5f7451255f69dc631d3697f274406e936584d876",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
4
source/recipes/build/nix-non-flake/tempwork/hello-again
Executable file
4
source/recipes/build/nix-non-flake/tempwork/hello-again
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
echo "I'm a flake, but I'm running a command defined in a non-flake package."
|
||||
hello-nix
|
||||
Loading…
Add table
Add a link
Reference in a new issue